ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Implementation Namespace / GenericCache<TKey,TValue,TCacheNodeFactory> Class / Clear Method

In This Topic
    Clear Method (GenericCache<TKey,TValue,TCacheNodeFactory>)
    In This Topic
    Clears cache entirely. Does not dispose items contained within the cache
    Syntax
    'Declaration
     
    Public Sub Clear() 
    public void Clear()
    See Also